FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.aws#1.2.0 (125 ms)

Package kbv.ita.aws
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.aws@1.2.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Unfall_Ort
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Unfall_Ort
Version 1.2.0
Status active
Name KBV_PR_AW_Unfall_Ort
Experimental False
Copyright Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.
Type Location
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Unfall_Zusatzinfo KBV_EX_AW_Unfall_Zusatzinfo

Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/address-de-basis Adresse, deutsches Basisprofil


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Unfall_Ort",
  "version" : "1.2.0",
  "name" : "KBV_PR_AW_Unfall_Ort",
  "status" : "active",
  "publisher" : "Kassenärztliche Bundesvereinigung (KBV)",
  "copyright" : "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Location",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Location",
        "path" : "Location",
        "short" : "Unfallort",
        "definition" : "Diese Ressource dient zur Beschreibung eines Unfallortes."
      },
      {
        "id" : "Location.id",
        "path" : "Location.id",
        "min" : 1
      },
      {
        "id" : "Location.meta",
        "path" : "Location.meta",
        "min" : 1
      },
      {
        "id" : "Location.meta.versionId",
        "path" : "Location.meta.versionId",
        "min" : 1
      },
      {
        "id" : "Location.meta.lastUpdated",
        "path" : "Location.meta.lastUpdated",
        "min" : 1
      },
      {
        "id" : "Location.meta.profile",
        "path" : "Location.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Unfall_Ort|1.2.0"
      },
      {
        "id" : "Location.text",
        "path" : "Location.text",
        "min" : 1
      },
      {
        "id" : "Location.identifier",
        "path" : "Location.identifier",
        "max" : "0"
      },
      {
        "id" : "Location.status",
        "path" : "Location.status",
        "max" : "0"
      },
      {
        "id" : "Location.operationalStatus",
        "path" : "Location.operationalStatus",
        "max" : "0"
      },
      {
        "id" : "Location.name",
        "path" : "Location.name",
        "short" : "Name des Ortes",
        "definition" : "In diesem Element kann der Name des Ortes vermerkt werden.",
        "mustSupport" : true
      },
      {
        "id" : "Location.alias",
        "path" : "Location.alias",
        "max" : "0"
      },
      {
        "id" : "Location.description",
        "path" : "Location.description",
        "max" : "0"
      },
      {
        "id" : "Location.mode",
        "path" : "Location.mode",
        "max" : "0"
      },
      {
        "id" : "Location.type",
        "path" : "Location.type",
        "short" : "Klassifizierung der Ressource",
        "definition" : "Dieses Attribut wird zur Klassifizierung dieser Ressource verwendet.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required"
        }
      },
      {
        "id" : "Location.type.coding",
        "path" : "Location.type.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Location.type.coding.system",
        "path" : "Location.type.coding.system",
        "min" : 1,
        "fixedUri" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
      },
      {
        "id" : "Location.type.coding.version",
        "path" : "Location.type.coding.version",
        "max" : "0"
      },
      {
        "id" : "Location.type.coding.code",
        "path" : "Location.type.coding.code",
        "min" : 1,
        "fixedCode" : "ACC"
      },
      {
        "id" : "Location.type.coding.display",
        "path" : "Location.type.coding.display",
        "max" : "0"
      },
      {
        "id" : "Location.type.coding.userSelected",
        "path" : "Location.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Location.type.text",
        "path" : "Location.type.text",
        "max" : "0"
      },
      {
        "id" : "Location.telecom",
        "path" : "Location.telecom",
        "max" : "0"
      },
      {
        "id" : "Location.address",
        "path" : "Location.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Location.physicalType",
        "path" : "Location.physicalType",
        "max" : "0"
      },
      {
        "id" : "Location.position",
        "path" : "Location.position",
        "max" : "0"
      },
      {
        "id" : "Location.managingOrganization",
        "path" : "Location.managingOrganization",
        "max" : "0"
      },
      {
        "id" : "Location.partOf",
        "path" : "Location.partOf",
        "max" : "0"
      },
      {
        "id" : "Location.hoursOfOperation",
        "path" : "Location.hoursOfOperation",
        "max" : "0"
      },
      {
        "id" : "Location.availabilityExceptions",
        "path" : "Location.availabilityExceptions",
        "max" : "0"
      },
      {
        "id" : "Location.endpoint",
        "path" : "Location.endpoint",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.